1*16467b97STreehugger Robot<?xml version="1.0" encoding="utf-8"?> 2*16467b97STreehugger Robot<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 3*16467b97STreehugger Robot <PropertyGroup> 4*16467b97STreehugger Robot <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5*16467b97STreehugger Robot <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6*16467b97STreehugger Robot <ProductVersion>9.0.30729</ProductVersion> 7*16467b97STreehugger Robot <SchemaVersion>2.0</SchemaVersion> 8*16467b97STreehugger Robot <ProjectGuid>{BEB27DCC-ABFB-4951-B618-2B639EC65A46}</ProjectGuid> 9*16467b97STreehugger Robot <OutputType>Library</OutputType> 10*16467b97STreehugger Robot <AppDesignerFolder>Properties</AppDesignerFolder> 11*16467b97STreehugger Robot <RootNamespace>Antlr.Utility</RootNamespace> 12*16467b97STreehugger Robot <AssemblyName>Antlr3-2.Utility.DotNet20</AssemblyName> 13*16467b97STreehugger Robot <FileUpgradeFlags> 14*16467b97STreehugger Robot </FileUpgradeFlags> 15*16467b97STreehugger Robot <OldToolsVersion>2.0</OldToolsVersion> 16*16467b97STreehugger Robot <UpgradeBackupLocation> 17*16467b97STreehugger Robot </UpgradeBackupLocation> 18*16467b97STreehugger Robot </PropertyGroup> 19*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 20*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 21*16467b97STreehugger Robot <DebugType>full</DebugType> 22*16467b97STreehugger Robot <Optimize>false</Optimize> 23*16467b97STreehugger Robot <OutputPath>bin\Debug\net-2.0\</OutputPath> 24*16467b97STreehugger Robot <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants> 25*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 26*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 27*16467b97STreehugger Robot <OutputType>Library</OutputType> 28*16467b97STreehugger Robot <RootNamespace>Antlr.Utility</RootNamespace> 29*16467b97STreehugger Robot <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 30*16467b97STreehugger Robot <EnvironmentVariables> 31*16467b97STreehugger Robot <EnvironmentVariables /> 32*16467b97STreehugger Robot </EnvironmentVariables> 33*16467b97STreehugger Robot <GenerateDocumentation>true</GenerateDocumentation> 34*16467b97STreehugger Robot </PropertyGroup> 35*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 36*16467b97STreehugger Robot <DebugType>pdbonly</DebugType> 37*16467b97STreehugger Robot <Optimize>true</Optimize> 38*16467b97STreehugger Robot <OutputPath>bin\Release\net-2.0\</OutputPath> 39*16467b97STreehugger Robot <DefineConstants>TRACE;STRONG_NAME;DOTNET2</DefineConstants> 40*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 41*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 42*16467b97STreehugger Robot <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Utility.DotNet20.xml</DocumentationFile> 43*16467b97STreehugger Robot <OutputType>Library</OutputType> 44*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 45*16467b97STreehugger Robot <RootNamespace>Antlr.Utility</RootNamespace> 46*16467b97STreehugger Robot <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 47*16467b97STreehugger Robot </PropertyGroup> 48*16467b97STreehugger Robot <ItemGroup> 49*16467b97STreehugger Robot <Compile Include="Antlr.Utility.Tree\DotTreeGenerator.cs" /> 50*16467b97STreehugger Robot <Compile Include="AssemblyInfo.cs" /> 51*16467b97STreehugger Robot </ItemGroup> 52*16467b97STreehugger Robot <ItemGroup> 53*16467b97STreehugger Robot <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2008).csproj"> 54*16467b97STreehugger Robot <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project> 55*16467b97STreehugger Robot <Name>Antlr3.Runtime (VS2008)</Name> 56*16467b97STreehugger Robot </ProjectReference> 57*16467b97STreehugger Robot </ItemGroup> 58*16467b97STreehugger Robot <ItemGroup> 59*16467b97STreehugger Robot <Reference Include="StringTemplate, Version=3.0.1.6846, Culture=neutral, PublicKeyToken=beee492b52c41e85"> 60*16467b97STreehugger Robot <SpecificVersion>False</SpecificVersion> 61*16467b97STreehugger Robot <HintPath>..\..\Libraries\StringTemplate.NET\net-2.0\StringTemplate.dll</HintPath> 62*16467b97STreehugger Robot </Reference> 63*16467b97STreehugger Robot <Reference Include="System" /> 64*16467b97STreehugger Robot </ItemGroup> 65*16467b97STreehugger Robot <ItemGroup> 66*16467b97STreehugger Robot <Folder Include="Properties\" /> 67*16467b97STreehugger Robot </ItemGroup> 68*16467b97STreehugger Robot <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 69*16467b97STreehugger Robot <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 70*16467b97STreehugger Robot Other similar extension points exist, see Microsoft.Common.targets. 71*16467b97STreehugger Robot <Target Name="BeforeBuild"> 72*16467b97STreehugger Robot </Target> 73*16467b97STreehugger Robot <Target Name="AfterBuild"> 74*16467b97STreehugger Robot </Target> 75*16467b97STreehugger Robot --> 76*16467b97STreehugger Robot</Project>